From cc03ca9df10d54f9580d2326adbd29b888149a5d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:06:11 -0500 Subject: [PATCH] spinbutton: Use markdown for css tree --- gtk/gtkspinbutton.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 61602b307f..6030261cd4 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -157,23 +157,23 @@ * * # CSS nodes * - * |[ + * ``` * spinbutton.horizontal * ├── text * │ ├── undershoot.left * │ ╰── undershoot.right * ├── button.down * ╰── button.up - * ]| + * ``` * - * |[ + * ``` * spinbutton.vertical * ├── button.up * ├── text * │ ├── undershoot.left * │ ╰── undershoot.right * ╰── button.down - * ]| + * ``` * * `GtkSpinButton`s main CSS node has the name spinbutton. It creates subnodes * for the entry and the two buttons, with these names. The button nodes have -- 2.30.2